home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / tip / wl-parcp.tip < prev    next >
Text File  |  1993-09-15  |  2KB  |  58 lines

  1. % This macro source file is from the four volume series
  2. % "TeX in Practice" by Stephan von Bechtolsheim, published
  3. % 1993 by Springer-Verlag, New York.
  4. % Copyright 1993 Stephan von Bechtolsheim.
  5. % No warranty or liability is assumed.
  6. % This macro may be copied freely if no fees other than
  7. % media cost or shipping charges are charged and as long
  8. % as this copyright and the following source code itself
  9. % is not changed. Please see the series for further information.
  10. %
  11. % Version: 1.0
  12. % Date: May 1, 1993
  13. %
  14. %
  15. % This source code is documented in 10.12, p. II-46.
  16. % Original source in file "par1.TEX", starting line 2331.
  17. \wlog{L: "wl-parcp.tip" ["par1.TEX," l. 2331, p. II-46]}%
  18. % This file DOES belong to format "texip."
  19. \def\WritingParShape{%
  20.     \wlog{\string\WritingParShape: begin}%
  21.     \wlog{}%
  22.     \wlog{\string\pretolerance: \the\pretolerance}%
  23.     \wlog{\string\tolerance: \the\tolerance}%
  24.     \wlog{\string\prevgraf: \the\prevgraf}%
  25.     \wlog{}%
  26.     \wlog{\string\parskip: \the\parskip}%
  27.     \wlog{\string\baselineskip: \the\baselineskip}%
  28.     \wlog{\string\lineskip: \the\lineskip}%
  29.     \wlog{\string\lineskiplimit: \the\lineskiplimit}%
  30.     \wlog{}%
  31.     \wlog{\string\parindent: \the\parindent}%
  32.     \wlog{\string\hsize: \the\hsize}%
  33.     \wlog{\string\leftskip: \the\leftskip}%
  34.     \wlog{\string\rightskip: \the\rightskip}%
  35.     \wlog{\string\parfillskip: \the\parfillskip}%
  36.     \wlog{\string\spaceskip: \the\spaceskip}%
  37.     \wlog{\string\xspaceskip: \the\xspaceskip}%
  38.     \wlog{}%
  39.     \wlog{\string\hyphenpenalty: \the\hyphenpenalty}%
  40.     \wlog{\string\exhyphenpenalty: \the\exhyphenpenalty}%
  41.     \wlog{\string\lefthyphenmin: \the\lefthyphenmin}%
  42.     \wlog{\string\righthyphenmin: \the\righthyphenmin}%
  43.     \wlog{\string\lefthyphenmin: \the\lefthyphenmin}%
  44.     \wlog{}%
  45.     \wlog{\string\adjdemerits: \the\adjdemerits}%
  46.     \wlog{\string\doublehyphendemerits: \the\doublehyphendemerits}%
  47.     \wlog{\string\finalhyphendemerits: \the\finalhyphendemerits}%
  48.     \wlog{\string\linepenalty: \the\linepenalty}%
  49.     \wlog{\string\sfcode\string\`.: \the\sfcode`\.}%
  50.     \wlog{\string\hyphenchar: \the\hyphenchar\tenrm}%
  51.     \wlog{}%
  52.     \wlog{\string\binoppenalty: \the\binoppenalty}%
  53.     \wlog{\string\relpenalty: \the\relpenalty}%
  54.     \wlog{}%
  55.     \wlog{\string\everypar: \the\everypar}%
  56.     \wlog{\string\WritingParShape: end}%
  57. }
  58.